home *** CD-ROM | disk | FTP | other *** search
/ FishMarket 1.0 / FishMarket v1.0.iso / fishies / 001-025 / disk_023 / ver30 / sys / msdos / sysdef.h < prev    next >
Text File  |  1992-05-06  |  609b  |  21 lines

  1. /*
  2.  * Name:    MicroEMACS
  3.  *        MS-DOS system header file.
  4.  * Version:    29
  5.  * Last edit:    05-Feb-86
  6.  * By:        rex::conroy
  7.  *        decvax!decwrl!dec-rhea!dec-rex!conroy
  8.  */
  9. #define    LARGE    0            /* Large model.            */
  10. #define    PCC    0            /* "[]" will work.        */
  11.  
  12. /*
  13.  * Macros used by the buffer name making code.
  14.  * Start at the end of the file name, scan to the left
  15.  * until BDC1 (or BDC2, if defined) is reached. The buffer
  16.  * name starts just to the right of that location, and
  17.  * stops at end of string (or at the next BDC3 character,
  18.  * if defined). BDC2 and BDC3 are mainly for VMS.
  19.  */
  20. #define    BDC1    ':'            /* Buffer names.        */
  21.